home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _79EBDCFA587649BDA6C5BF4B6F460598 < prev    next >
Encoding:
Text File  |  2004-03-17  |  434 b   |  26 lines

  1. shader()
  2. {
  3.     cull("none")
  4.     sortweight("sprite")
  5.  
  6.     pass()
  7.     {
  8.         pixelshader("Fresh.psh")
  9.         
  10.         tmu()
  11.         {
  12.             texture()
  13.             {
  14.                 mapchannel(0)
  15.                 usermap(0)
  16.  
  17.                 addressfunc("clamp", "clamp", "clamp")
  18.                 filtering("linear_no_mip")
  19.             }
  20.         }
  21.         depthfunc("always", 0)
  22.         nofog()
  23.     }
  24. }
  25.  
  26.